Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 调整 gcs-mysql 慢查询阈值 #1800

Merged

Conversation

SheepSheepChen
Copy link
Collaborator

告警策略太敏感,且等级为 '致命',不太合适。
原策略:
‘查询时间 >= 1s ’ 判断为慢查询记录(db 侧的判断)
'慢查询记录 >0 ‘ 且 满足10个周期

修改后:
‘查询时间 >= 1s ’ 判断为慢查询记录(db 侧的判断)
'慢查询记录 >5 ‘ 且 满足10个周期

@SheepSheepChen SheepSheepChen marked this pull request as ready for review December 12, 2024 01:54
@SheepSheepChen SheepSheepChen merged commit 0a6a948 into TencentBlueKing:main Dec 17, 2024
7 checks passed
@SheepSheepChen SheepSheepChen changed the title fix: 调增 gcs-mysql 慢查询阈值 fix: 调整 gcs-mysql 慢查询阈值 Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants